libxl: add "downscript=no" to Qemu call
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 10 May 2012 16:33:58 +0000 (17:33 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Thu, 10 May 2012 16:33:58 +0000 (17:33 +0100)
commiteeb84c462b7bf6e2d893077eb4dd8c42878ebdc7
tree6292e3258c03932345c57a245e85a9854b906f28
parent10626831dc0e16c6b981e6c331abe0b1b96d38a6
libxl: add "downscript=no" to Qemu call

Currently we only pass script=no to Qemu, to avoid calling any scripts when
attaching a tap interface, but we should also pass downscript=no to avoid Qemu
trying to execute a script when disconnecting the interface. This prevents the
following harmless error message:

/etc/qemu-ifdown: could not launch network script

Signed-off-by: Roger Pau Monne <roger.pau@citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_dm.c